Conversation
| if ($ChangeLogEntries[$Version].ReleaseStatus -eq $ReleaseStatus) | ||
| { | ||
| LogWarning "Version [$Version] is already present in change log with specificed ReleaseStatus [$ReleaseStatus]. No Change made." | ||
| LogDebug "Version [$Version] is already present in change log with specificed ReleaseStatus [$ReleaseStatus]. No Change made." |
There was a problem hiding this comment.
These warnings in some common scenarios are outputting warnings which aren't interesting so turning these into debug logging instead of warning.
|
FYI @weidongxu-microsoft this should eliminate all the changelog warnings you are seeing in java. |
|
The following pipelines have been queued for testing: |
|
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
Thanks for getting this merged @chidozieononiwu |
No description provided.